NShapePoint<TGlue> Class Members
In This Topic
The following tables list the members exposed by NShapePoint<TGlue>.
Public Fields
Public Properties
| Name | Description |
 | Glue | Gets or sets the point glue that glues the point X and Y and other properties. Use the Glue() methods for an easier way to work with glue. |
 | X | Gets or sets the point X coordinate |
 | Y | Gets or sets the point Y coordinate |
Top
Public Methods
| Name | Description |
 | GetLocation | Gets the point location (in shape coordinates) |
 | GetLocationInPage | Gets the point location (in page coordinates) |
 | SetLocation | Must overriden to set the location of the shape point. |
Top
Protected Methods
| Name | Description |
 | OnLocationChanged | Called when the location of the shape point has changed. Raises the LocationChangedEvent. |
Top
Public Events
| Name | Description |
 | LocationChanged | Occurs when the location of the shape point has changed. |
Top
See Also